runtime.mspan.specials (field)
15 uses
runtime (current package)
heapdump.go#L466: for sp := s.specials; sp != nil; sp = sp.next {
heapdump.go#L665: for sp := s.specials; sp != nil; sp = sp.next {
mcheckmark.go#L326: for sp := s.specials; sp != nil; sp = sp.next {
mcleanup.go#L265: if span.specials == nil {
mgcmark.go#L454: for sp := s.specials; sp != nil; sp = sp.next {
mgcsweep.go#L553: hadSpecials := s.specials != nil
mgcsweep.go#L614: if hadSpecials && s.specials == nil {
mheap.go#L513: specials *special // linked list of special records sorted by offset.
mheap.go#L1831: span.specials = nil
mheap.go#L2064: if span.specials == nil {
mheap.go#L2077: iter := &span.specials
mheap.go#L2324: if span.specials == nil {
mheap.go#L2757: return specialsIter{&span.specials, span.specials}
pinner.go#L376: if span.specials == nil {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |